POST /DataCube/BridgeParameter/{id}/

Creates a new bridge parameter to be created on the data process.
 

Request

Method Request URI
POST /API/DataCube/BridgeParameter/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the data cube to create the parameter on.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.BridgeParameterOptions

Response

Response Body

A Dundas.BI.Data.Parameters.BridgeParameter object, or a status code indicating the reason for failure.